projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf0eb3
)
(comint-mode-map): Delete C-c C-y binding.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Aug 1993 00:57:19 +0000
(
00:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Aug 1993 00:57:19 +0000
(
00:57
+0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index d660ff48831eabdbef445416eec151ac36a732b1..6881f6acd64a1c1115ebadd6c284bcd7bbc608eb 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-282,7
+282,6
@@
Entry to this mode runs the hooks on comint-mode-hook"
(define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt)
(define-key comint-mode-map "\C-c\C-p" 'comint-prev-prompt)
(define-key comint-mode-map "\C-c\C-d" 'comint-send-eof)
- (define-key comint-mode-map "\C-c\C-y" 'comint-previous-input) ;v18 binding
)